2027 Method
Changes 0
M

HermiteSpline.Create

Description:
Creates a Hermite spline with specified tangency at its endpoints.
Overloads (2):
Create(IList[XYZ],Boolean,HermiteSplineTangents)
public static HermiteSpline Create(
	IList<XYZ> controlPoints,
	bool periodic,
	HermiteSplineTangents tangents
)
  • IList<XYZ>
    controlPoints
    The control points of the Hermite spline.
  • Boolean
    periodic
    True if the Hermite spline is to be periodic, false otherwise.
  • tangents
    The object which indicates tangency at the start, the end, or both ends of the curve.
Return Value HermiteSpline The new HermiteSpline object.